home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / demos / mastdemo.zoo / master / master.hlp next >
Text File  |  1990-03-22  |  20KB  |  626 lines

  1.  DEMO         --- information about this demo
  2.     This program is a restricted version of Master V5.7 that allows you
  3. to do some serious work only for a limited time. The actual version (including
  4. printed manual, more detailed helpfile, disk-tutorial, batchfiles and modules)
  5. can be ordered at the following address (the price is DM 198,- plus shipping
  6. costs) :
  7.         Naumann & Roeder GbR
  8.         Am Sportplatz 22
  9.         D-6620 Voelklingen
  10.         W-Germany
  11.  
  12.  HELP            --- give some help
  13.            Form : HELP [[<topic>] [<helpfile>]]
  14.        Examples : HELP RS232
  15.                   HELP
  16.           HELP COMPILER A:\PASCAL\PASCAL.HLP
  17.           HELP PETER C:\HELPFILES\BIRTHDAY.HLP
  18.  
  19.  PRINTF         --- formatted output
  20.            Form : PRINTF [formatstring {argument}]
  21.        Examples : PRINTF "%-30s : %lx\n" text num
  22.  
  23.  MODULE         --- start a memory-resident Master-extension
  24.        Form : MODULE [<filename>]
  25.        Examples : MODULE popup    (installs the MENU-function)
  26.  
  27.  DIR or LS and LL --- display contents of directory
  28.            Form : (DIR | LS | LL) {<filespec>}
  29.         Options : D : H : S : N : A : V : U : I : R : P : E : F :
  30.         Default : normal files
  31.  
  32.                   LL does the same as LS -F
  33.  
  34.        Examples : LS
  35.                   LS B: -A
  36.                   LS *.PRG -F
  37.                   LL MASTER.* B:\ *.C
  38.                   LS -R
  39.  
  40.  CAT or TYPE     --- show file contents
  41.            Form : (CAT | TYPE) {<filespec>}
  42.         Options : L : N : M : P : I : C :
  43.         Default : normal output of the specified files
  44.  
  45.        Examples : CAT MASTER.SET
  46.                   CAT *.C -NL
  47.                   CAT *.C *.DOC
  48.           CAT *.pic -im
  49.  
  50.  
  51.  RM or DELETE or ERA or ERASE or DEL --- remove files
  52.            Form : (DEL | DELETE | ERA | ERASE | RM) {<filespec>}
  53.         Options : I : O : Y :
  54.        Examples : RM B:\C_FILES\
  55.                   RM *.BAK *.HLP
  56.                   DEL -O
  57.                   ERA *.* -I
  58.  
  59.  BYE or EXIT     --- leave Master and go back to the calling program
  60.            Form : (EXIT | BYE)
  61.  
  62.  CLS             --- Clear Screen
  63.            Form : CLS
  64.  
  65.  INVERSE         --- output is white on a black background
  66.            Form : INVERSE
  67.  
  68.  NORMAL          --- output is black on white background; this is the default
  69.            Form : NORMAL
  70.  
  71.  LN              --- installation of symbolic links
  72.            Form : LN [<copy> [<original>]]
  73.        Examples : LN C:\AUTO\MASTER.PRG D:\TOOLS\TOS\MASTER.PRG
  74.                   LN HARDDISK E:\
  75.           LN \USR\INCLUDE\ D:\LANGUAGE\C\INCLUDE\
  76.           LN @:\TEMP @:\TMP
  77.           LN @:\PROG.RSC C:\RESOURCE\PROG.RSC
  78.           LN HARDDISK
  79.           LN
  80.  
  81.  UNLINK          --- remove a LINK from the list of links
  82.            Form : UNLINK {<link>}
  83.         Options : O :
  84.  
  85.  CD              --- change directory or show current directory
  86.            Form : CD [<pfad>]
  87.         Options : N : S :
  88.        Examples : CD
  89.                   CD \
  90.                   CD E:\TMP
  91.                   CD C_FILES\
  92.                   CD C_FILES         (identical to the previous)
  93.  
  94.  MD or MKDIR     --- create a new directory
  95.            Form : (MD | MKDIR) <dirname> {<dirname>}
  96.        Examples : MD C_FILES
  97.                   MKDIR TEST DOCUMENT COMPILER
  98.                   MD C_FILES\TEXTE
  99.  
  100.  RD or RMDIR     --- removing of directories
  101.            Form : (RD | RMDIR) <dirname> {<dirname>}
  102.        Examples : RD C_FILES
  103.                   RD COMPILER TEXTE
  104.  
  105.  CHMOD           --- change file attributes
  106.            Form : CHMOD <mode> [<filespec> ... ]
  107.           mode :
  108.                   0 : readable and writable
  109.                   1 : read-only           (r/o)
  110.                   2 : hidden file      (hid)
  111.                   4 : system file         (sys)
  112.                   8 : diskname            (vol)
  113.                  10 : directory           (DIR)
  114.                  20 : written and closed  (w/c)
  115.  
  116.        Examples : CHMOD 1 *.C          write-protect all C-files
  117.                   CHMOD 3 TEST.PRG     write-protect and hide TEST.PRG
  118.                   CHMOD 22 YY          absolute nonsense (but possible)
  119.  
  120.  REN or RENAME   --- renaming of files
  121.            Form : (REN | RENAME) <exactfile1> <exactfile2>
  122.        See Also : MOVE, MV
  123.  
  124.  CP or COPY      --- copying of files
  125.            Form : (COPY | CP) <source> {<source>} [<dest>]
  126.         Options : O : N : D : T : I : V : Y : F : A : C : <n>: K :
  127.         Default : asking
  128.        Examples : CP A: B:
  129.                   COPY MASTER.PRG B:MASTER\
  130.                   CP *.C -O
  131.                   CP A:\MASTER -N
  132.  
  133.  EVAL            --- evaluate a mathematical expression
  134.            Form : EVAL <upn-expr>
  135.        Examples : EVAL 5 6 -
  136.                   EVAL count 1 +
  137.                   EVAL 45 5 6 + * 4 -
  138.  
  139.  TIME            --- read or set the internal clock
  140.            Form : TIME [<timestring> [<datestring>]]
  141.     Options : S :
  142.        Examples : TIME 22:09
  143.                   TIME 6:03:20 7.2.87
  144.  
  145.  DATE            --- read or set the internal calendar
  146.     Options : S :
  147.            Form : DATE [<datestring> [<timestring>]]
  148.        Examples : DATE 20.9.86
  149.  
  150.  VERSION         --- show version numbers of Master and the operating system
  151.            Form : VERSION
  152.  
  153.  SHOW            --- display free bytes on disk or in memory
  154.            Form : SHOW {<drive>}
  155.         Options : M : V :
  156.  
  157.  MV or MOVE      --- copy files (source is renamed or deleted after copy)
  158.            Form : (MOVE | MV) <source> {<source>} [<dest>]
  159.         Options : O : N : D : T : V : Y : I : F : C :
  160.  
  161.  CHRONO          --- set or clear the internal stop-watch
  162.            Form : CHRONO [<timestring>]
  163.  
  164.  ELAPSED         --- show elapsed time
  165.         Options : L :
  166.            Form : ELAPSED
  167.  
  168.  SHRINK          --- shrink available main memory
  169.            Form : SHRINK
  170.         Options : <n> : K :
  171.        Examples : SHRINK -128K
  172.  
  173.  FREE            --- give back SHRINK'ed memory
  174.            Form : FREE
  175.  
  176.  FILES           --- display files and put in environment var
  177.            Form : FILES [<file>..]
  178.         Options : P : K : D : <n> :
  179.         Default : -128
  180.        Examples : FILES
  181.                   FILES -98 B:*.C
  182.                   FILES A:\TMP\  ..\*.PAS
  183.           FILES -K NEU.PAS ALT.[CH]
  184.        See Also : LS, DIR, LL, STATUS
  185.  
  186.  FORMAT           --- format a floppy-disk
  187.             Form : FORMAT drive [<volumelabel>] [<starttrack>
  188.                     [<endtrack> [<sectors/track>]]]
  189.          Options : S : O : N :
  190.         Examples : FORMAT A
  191.                    FORMAT B TESTDISK 81 81 10 -S-N
  192.                    FORMAT A 0 81 10 -O
  193.  
  194.  HISTORY          --- manipulate history
  195.             Form : HISTORY [<n>]
  196.      Options : T : P : W :
  197.         Examples : HISTORY
  198.            HISTORY -W 2
  199.                    HISTORY 40
  200.            HISTORY -t >all.bat
  201.  
  202.  KEY              --- set function key strings
  203.             Form : KEY [([+]F<n>|M(L|R)) [<string>[@]]]
  204.         Examples : KEY F1 COMP TEST.C
  205.                    KEY MR EDIT TEST.C    ;: right mouse-button
  206.                    KEY +F3
  207.  
  208.         See Also : SAVE, RESTORE
  209.  
  210.  SAVE             --- save function-keys, aliases, links and variables (set and
  211.            setenv)
  212.             Form : SAVE [<file>]
  213.      Options : G :
  214.      Default : A:\MASTER\MASTER.SET
  215.  
  216.  RESTORE          --- restore saved state
  217.             Form : RESTORE [<file>]
  218.          Options : M : N : G :
  219.      Default : A:\MASTER\MASTER.SET
  220.  
  221.  DUMP             --- show files as HEX/ASCII-dump
  222.             Form : DUMP {<filespec>}
  223.          Options : N : D : <n> :
  224.         Examples : DUMP *.PRG -N
  225.                    DUMP EDIT.PRG EDIT.RSC -D
  226.            DUMP -1024 A.PRG
  227.  
  228.  
  229.  MORE and PAGE    --- show files in seperate pages
  230.             Form : (PAGE | MORE) {<filespec>}
  231.          Options : N : L : I :
  232.         Examples : MORE *.C
  233.                    PAGE MASTER.HLP TEST.DOC
  234.  
  235.  SET and SETENV   --- set local and global variables
  236.             Form : SET [<variable> [<value>]]
  237.            SETENV [<variable> [<value>]]
  238.         Examples : SET OPTION -debug -nolist
  239.                    SETENV LINES 20    ! set maximal lines for MORE ...
  240.                    SET
  241.                    SETENV USERRED
  242.                    SET Lines $LINES
  243.            SETENV
  244.            SETENV UNIX 2    ! s